Skip to content

Conversation

@UMR1352
Copy link
Contributor

@UMR1352 UMR1352 commented Oct 3, 2025

Description of change

  • Adds support for PQC signatures
  • Enhances support for Linked Verifiable Presentations;
  • More on the changelog

AleCla97 and others added 5 commits August 18, 2025 15:47
* fix windows longpaths (#1714)

* Fix `SdJwtVcPresentationBuilder::conceal` (#1713)

* fix `SdJwtVcPresentationBuilder`

* update docs

* Upgrade sd-jwt-payload to version 0.4 (#1716)

* update sd-jwt to 0.4

* expose conceal_all and disclose on SdJwtVcPresentationBuilder

* feat: pin iota v1.5.0 and product-core v0.8.1 (#1715)

* Pin iota tag = "v1.5.0-rc"

* Pin iota tag = "v1.5.0"

* identity_wasm: Pin "@iota/iota-sdk": "^1.6.0" in package.json peerDependencies

* Pin product-core cargo dependencies to tag = "v0.8.1"

* bump version to 1.6.0-beta.8 (#1717)

* replace banner

* use png banner

* Pin wasm-bindgen to 0.2.100 (#1720)

* upgrade bindgen to 0.2.101

* use exact bindgen-version

* feat: Update to iota v1.6.1 and product core v0.8.2 (#1719)

* pin iota to "v1.6.1-rc" and product-core to upstream-merge feature branch

Summary:
[ ] tokio version update to: -
[ ] fastcrypto version update to rev = "-"
[x] iota_interaction_ts: new peerDep. version for @iota/iota-sdk: "^1.6.1"
[x] pin all product-core.git dependencies to `branch = "feat/iota-v1-6-1-rc-upstream-merge"`
[x] pin all iota.git dependencies to `tag = "v1.6.1-rc"`

* Update dependencies to iota v1.6.1 and product-core v0.8.2

- pin all iota.git dependencies to `tag = "v1.6.1"`
- pin all product-core.git dependencies to `tag = "v0.8.2"`
- identity_wasm: @iota/iota-interaction-ts dependency stays with "^0.8.0"

* Bump identity_wasm (#1721)

* Pin wasm-bindgen to v0.2.102 (#1722)

* use wasm-bindgen v0.2.101

* pin wasm-bindgen to 0.2.102

* Add DIDJwk::new

* `DIDJwk::new` takes an `impl Into<Jwk>` instead of `Jwk`

* Add TS binding `DIDJwk.fromJwk`

* fix TS binding

---------

Co-authored-by: Eike Haß <[email protected]>
Co-authored-by: Christof Gerritsma <[email protected]>
* fix windows longpaths (#1714)

* Fix `SdJwtVcPresentationBuilder::conceal` (#1713)

* fix `SdJwtVcPresentationBuilder`

* update docs

* Upgrade sd-jwt-payload to version 0.4 (#1716)

* update sd-jwt to 0.4

* expose conceal_all and disclose on SdJwtVcPresentationBuilder

* feat: pin iota v1.5.0 and product-core v0.8.1 (#1715)

* Pin iota tag = "v1.5.0-rc"

* Pin iota tag = "v1.5.0"

* identity_wasm: Pin "@iota/iota-sdk": "^1.6.0" in package.json peerDependencies

* Pin product-core cargo dependencies to tag = "v0.8.1"

* bump version to 1.6.0-beta.8 (#1717)

* replace banner

* Host linked VP on-chain using notarization

* rework linked VP examples

* use png banner

* Pin wasm-bindgen to 0.2.100 (#1720)

* upgrade bindgen to 0.2.101

* use exact bindgen-version

* feat: Update to iota v1.6.1 and product core v0.8.2 (#1719)

* pin iota to "v1.6.1-rc" and product-core to upstream-merge feature branch

Summary:
[ ] tokio version update to: -
[ ] fastcrypto version update to rev = "-"
[x] iota_interaction_ts: new peerDep. version for @iota/iota-sdk: "^1.6.1"
[x] pin all product-core.git dependencies to `branch = "feat/iota-v1-6-1-rc-upstream-merge"`
[x] pin all iota.git dependencies to `tag = "v1.6.1-rc"`

* Update dependencies to iota v1.6.1 and product-core v0.8.2

- pin all iota.git dependencies to `tag = "v1.6.1"`
- pin all product-core.git dependencies to `tag = "v0.8.2"`
- identity_wasm: @iota/iota-interaction-ts dependency stays with "^0.8.0"

* Bump identity_wasm (#1721)

* Pin wasm-bindgen to v0.2.102 (#1722)

* use wasm-bindgen v0.2.101

* pin wasm-bindgen to 0.2.102

* feat: Update to iota v1.7.0 (#1723)

* pin iota to "v1.7.0" and product-core to upstream-merge feature branch

Summary:
- [ ] tokio version update to: -
- [ ] fastcrypto version update to rev = "-"
- [ ] iota_interaction_ts: new peerDep. version for @iota/iota-sdk: _
- [x] pin all product-core.git dependencies to `branch = "feat/iota-v1-7-0-rc-upstream-merge"`
- [x] pin all iota.git dependencies to `tag = "v1.7.0-rc"`

* Update dependencies to iota v1.7.0 and product-core v0.8.3

- pin all iota.git dependencies to `tag = "v1.7.0"`
- pin all product-core.git dependencies to `tag = "v0.8.3"`
- identity_wasm: @iota/iota-interaction-ts dependency stays with "^0.8.0"

* make clippy happy

---------

Co-authored-by: Enrico Marconi <[email protected]>

* bump identity-wasm (#1726)

* update linked VP TS example

* Post-Quantum (PQ) and Post-Quantum/Traditional (PQ/T) hybrid signatures for VCs (#1625)

* Fix PQ examples

* Fix issue with CompositeJwk VM deserialization

* Add `DIDJwk::new` and `DIDJwk::as_jwk` (#1725)

* fix windows longpaths (#1714)

* Fix `SdJwtVcPresentationBuilder::conceal` (#1713)

* fix `SdJwtVcPresentationBuilder`

* update docs

* Upgrade sd-jwt-payload to version 0.4 (#1716)

* update sd-jwt to 0.4

* expose conceal_all and disclose on SdJwtVcPresentationBuilder

* feat: pin iota v1.5.0 and product-core v0.8.1 (#1715)

* Pin iota tag = "v1.5.0-rc"

* Pin iota tag = "v1.5.0"

* identity_wasm: Pin "@iota/iota-sdk": "^1.6.0" in package.json peerDependencies

* Pin product-core cargo dependencies to tag = "v0.8.1"

* bump version to 1.6.0-beta.8 (#1717)

* replace banner

* use png banner

* Pin wasm-bindgen to 0.2.100 (#1720)

* upgrade bindgen to 0.2.101

* use exact bindgen-version

* feat: Update to iota v1.6.1 and product core v0.8.2 (#1719)

* pin iota to "v1.6.1-rc" and product-core to upstream-merge feature branch

Summary:
[ ] tokio version update to: -
[ ] fastcrypto version update to rev = "-"
[x] iota_interaction_ts: new peerDep. version for @iota/iota-sdk: "^1.6.1"
[x] pin all product-core.git dependencies to `branch = "feat/iota-v1-6-1-rc-upstream-merge"`
[x] pin all iota.git dependencies to `tag = "v1.6.1-rc"`

* Update dependencies to iota v1.6.1 and product-core v0.8.2

- pin all iota.git dependencies to `tag = "v1.6.1"`
- pin all product-core.git dependencies to `tag = "v0.8.2"`
- identity_wasm: @iota/iota-interaction-ts dependency stays with "^0.8.0"

* Bump identity_wasm (#1721)

* Pin wasm-bindgen to v0.2.102 (#1722)

* use wasm-bindgen v0.2.101

* pin wasm-bindgen to 0.2.102

* Add DIDJwk::new

* `DIDJwk::new` takes an `impl Into<Jwk>` instead of `Jwk`

* Add TS binding `DIDJwk.fromJwk`

* fix TS binding

---------

Co-authored-by: Eike Haß <[email protected]>
Co-authored-by: Christof Gerritsma <[email protected]>

---------

Co-authored-by: Eike Haß <[email protected]>
Co-authored-by: Christof Gerritsma <[email protected]>
Co-authored-by: AleCla97 <[email protected]>
@UMR1352 UMR1352 requested review from eike-hass and wulfraem October 3, 2025 10:32
@UMR1352 UMR1352 self-assigned this Oct 3, 2025
@UMR1352 UMR1352 added Enhancement New feature or improvement to an existing feature Wasm Related to Wasm bindings. Becomes part of the Wasm changelog Added A new feature that requires a minor release. Part of "Added" section in changelog Rust Related to the core Rust code. Becomes part of the Rust changelog. labels Oct 3, 2025
UMR1352 and others added 5 commits October 13, 2025 09:30
* fix windows longpaths (#1714)

* Fix `SdJwtVcPresentationBuilder::conceal` (#1713)

* fix `SdJwtVcPresentationBuilder`

* update docs

* first draft without error handling

* controlled_dids with error handling

* wasm bindings

* fmt

* remove the pinning of the stream on the heap

* Update identity_iota_core/src/rebased/client/read_only.rs

Co-authored-by: wulfraem <[email protected]>

* remove streaming version of controlled_dids

* ignore streamed_controlled_dids_by doctest

---------

Co-authored-by: Eike Haß <[email protected]>
Co-authored-by: wulfraem <[email protected]>
@UMR1352 UMR1352 merged commit a856a51 into main Oct 14, 2025
21 of 22 checks passed
@UMR1352 UMR1352 deleted the release/v1.7 branch October 14, 2025 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Added A new feature that requires a minor release. Part of "Added" section in changelog Enhancement New feature or improvement to an existing feature Rust Related to the core Rust code. Becomes part of the Rust changelog. Wasm Related to Wasm bindings. Becomes part of the Wasm changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants